/*
Theme Name: Duda Likwidacja
Theme URI: https://go4media.pl
Author: Go4Media
Author URI: https://go4media.pl
Description: 
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: 
License URI: 
Text Domain: dudalikwidacja
Tags: 

*/


@font-face {
    font-family: 'Bio Sans';
    src: url('./assets/fonts/subset-BioSans-Light.woff2') format('woff2'),
        url('./assets/fonts/subset-BioSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bio Sans';
    src: url('./assets/fonts/subset-BioSans-SemiBold.woff2') format('woff2'),
        url('./assets/fonts/subset-BioSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bio Sans';
    src: url('./assets/fonts/subset-BioSans-Regular.woff2') format('woff2'),
        url('./assets/fonts/subset-BioSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corporate A';
    src: url('./assets/fonts/subset-CorporateA-Light.woff2') format('woff2'),
        url('./assets/fonts/subset-CorporateA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Corporate A';
    src: url('./assets/fonts/subset-CorporateA-Demi.woff2') format('woff2'),
        url('./assets/fonts/subset-CorporateA-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

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

body,
button,
input,
select,
textarea {
  color: #2A2A2A;
  font-family: 'Bio Sans';
  font-size: 15px;
  font-weight: 400;
}

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

p {
  margin: 0 0 1.5em;
  padding: 0;
}

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

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
  display: block;
  margin: 0 0 0;
}

fieldset {
  margin-bottom: 1em;
}

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: #2A2A2A;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  padding: 19px 19px;
  width: 100%;
  min-height: 60px;
}

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 {
  border-color: #2A2A2A;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOSIgIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PHBhdGggZD0iTTMuMDUgMTguNUEyLjUxIDIuNTEgMCAwIDEgLjUgMTYuMDQ1VjQuNTkxYTIuNTEgMi41MSAwIDAgMSAyLjU1LTIuNDU1aDEuN3YtLjgxOGMuMDA5LS40Ni4zOS0uODI2Ljg1LS44MTguNDYtLjAwOC44NDEuMzU4Ljg1LjgxOHYuODE4aDUuMXYtLjgxOGMuMDA0LS4yMjEuMDk2LS40MzIuMjU2LS41ODVTMTIuMTc5LjQ5NiAxMi40LjVjLjIyMS0uMDA0LjQzNS4wOC41OTQuMjMzcy4yNTEuMzY0LjI1Ni41ODV2LjgxOGgxLjdjMS4zODEtLjAyNSAyLjUyMiAxLjA3NCAyLjU1IDIuNDU1djExLjQ1NGMtLjAyOCAxLjM4MS0xLjE2OSAyLjQ4LTIuNTUgMi40NTV6bS0uODUtMi40NTVjLjAwOS40Ni4zOS44MjYuODUuODE4aDExLjljLjQ2LjAwOC44NDEtLjM1OC44NS0uODE4VjguNjgxSDIuMnptMTMuNi05VjQuNTkxYy0uMDA5LS40Ni0uMzktLjgyNi0uODUtLjgxOGgtMS43di44MThjLS4wMDQuMjIxLS4wOTYuNDMyLS4yNTYuNTg1cy0uMzczLjIzNy0uNTk0LjIzM2MtLjIyMS4wMDQtLjQzNS0uMDgtLjU5NC0uMjMzcy0uMjUxLS4zNjQtLjI1Ni0uNTg1di0uODE4aC01LjF2LjgxOGMtLjAwOS40Ni0uMzkuODI2LS44NS44MTgtLjQ2LjAwOC0uODQxLS4zNTgtLjg1LS44MTh2LS44MThoLTEuN2MtLjQ2LS4wMDgtLjg0MS4zNTgtLjg1LjgxOHYyLjQ1NHoiIGZpbGw9IiM4YThhOGEiIHN0cm9rZT0icmdiYSgwLDAsMCwwKSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
  background-repeat: norepeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

select {
  border: 1px solid #E1E1E1;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiAgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTAgMWMuMDAxLjI2NS0uMTA1LjUyLS4yOTMuNzA3bC00IDRhMSAxIDAgMCAxLTEuNDE0IDBsLTQtNEExIDEgMCAwIDEgMS43MDcuMjkzTDUgMy41ODYgOC4yOTMuMjkzQTEgMSAwIDAgMSAxMCAxeiIgZmlsbD0iIzhhOGE4YSIvPjwvc3ZnPg==");
  background-position: right 19px top 26px;
  background-repeat: no-repeat;
  appearance: none;
  height: 60px;
  width: 100%;
  max-width: 100%;
  padding-right: 36px;
  text-indent: 19px;
  font-size: 16px;
  font-weight: 300;
  -moz-appearance: none;
  -webkit-appearance: none;
  
}
select option {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
select:invalid {
  color: #8A8A8A;
}
select option:first-child {
  color: #8A8A8A;
}
select:invalid option:not(:first-child) {
  color: #2A2A2A;
}
select:focus {
  border-color: #2A2A2A;
}

button,
input[type="button"],
input[type="submit"] {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background-color: #00adef;
  border: 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 19px 19px;
  text-shadow: none;
  width: 100%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #9DA7BC;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb;
}


/***/

.button {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #00adef;
  border: 2px solid #00adef;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 19px 19px;
  width: 100%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.button:hover,
.button:focus {
  /*color: #fff;
  background: #9DA7BC;*/
  color: #000;
  background-color: #fff;
  border-color: #000;
}


.button-sub {
  /*background-color: #9DA7BC;*/
    color: #000;
    border-color: #000;
  background-color: #fff;
}
.button-sub:hover {
    color: #fff;
    border-color: #00adef;
  background-color: #00adef;
}

.gus-btn {
  margin-bottom: 20px;
}
.gus-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gus-btn .loader-ico {
  display: none;
  margin-left: 10px;
}
.gus-btn span img {
  display: block;
}



/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #8A8A8A;
}

:-moz-placeholder {
  color: #8A8A8A;
}

::-moz-placeholder {
  color: #8A8A8A;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #8A8A8A;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4em;
}

th,
td,
th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
  color: #222;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  color: #000;
  outline: 0;
}



/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #000000;
  /* Fallback for when there is no custom background color defined. */
}

#page {
  position: relative;
  word-wrap: break-word;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 570px;
  padding-left: 20px;
  padding-right: 20px;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site-header {
  padding-top: 20px;
}
.site-header .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}

body.step-no-0 .site-header .wrap {
  justify-content: center;
}

.site-header .logo img {
  width: 165px;
  display: block;
}
.site-header .header-info {
  color: #fff;
  text-align: right;
}
body.step-no-0 .site-header .header-info {
  display: none;
}
.site-header .header-info strong {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  display: block;
}
.site-header .header-info span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}
.site-header .header-info span i {
  font-style: normal;
}


/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/

.welcome-block  {
  margin-top: 20px;
}
.welcome-block .title {
  color: #fff;
  font-family: 'Corporate A';
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  margin: 0 0 0;
  padding: 0 0 0;
}
.welcome-block .title strong {
  font-weight: 400;
}

.welcome-block .how-to {
  margin-top: 24px;
}
.welcome-block .how-to .title {
    color: #fff;
    font-family: 'Corporate A';
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
}
.welcome-block .how-to .steps {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.welcome-block .how-to .steps .item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.welcome-block .how-to .steps .item:last-child {
  margin-bottom: 0;
}
.welcome-block .how-to .steps .item .img {
  width: 24px;
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
.welcome-block .how-to .steps .item .img img {
  display: block;
}
.welcome-block .how-to .steps .item .text {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  flex: 1;
}

.welcome-block .subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
}

.main-block {
  margin-top: 20px;
}
.main-block .content-block {
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 20px 20px;
  margin-top: -80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.step-0 {
  /*padding-bottom: 215px;
  background-image: url(./assets/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;*/
}

.step-0 .header-bg {
  margin-left: -20px;
  margin-right: -20px;
  z-index: 0;
}
.step-0 .header-bg img {
  display: block;
}

.step-0 .footer-bg {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  z-index: 0;
}
.step-0 .footer-bg img {
  display: block;
}

/* */

.content-block p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0 0 16px;
}
.content-block p strong {
  font-weight: 600;
}

.content-block ul {
  list-style: none;
}
.content-block ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative
}
.content-block ul li:last-child {
  margin-bottom: 0;
}
.content-block ul li:before {
  content: "";
  width: 4px;
  height: 7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjciICB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik0uNjY3IDBjLjE3OSAwIC4zNDkuMDc1LjQ3MS4yMDVMMy44IDNjLjI2MS4yNzguMjYxLjcxMiAwIC45OWwtMi42NjYgMi44Yy0uMTIyLjEzMS0uMjkzLjIwNS0uNDcxLjIwNXMtLjM1LS4wNzQtLjQ3Mi0uMjA1Yy0uMjYxLS4yNzgtLjI2MS0uNzEyIDAtLjk5bDIuMi0yLjMtMi4yLTIuMzA1Qy0uMDcuOTE3LS4wNy40ODMuMTkxLjIwNS4zMTQuMDczLjQ4Ny0uMDAxLjY2NyAweiIgZmlsbD0iIzJhMmEyYSIvPjwvc3ZnPg==");
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}

/**/

.form-block {
  margin-top: 20px;
}
.form-block .wrap {
  padding-left: 0;
  padding-right: 0;
}
.form-block .content-block {
  background-color: #fff;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 20px 20px 20px;
}

/**/

.form-block .header-main,
.form-block .header-main-img {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
}

.form-block .header-main-img {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-block .header-main-img .img {
  display: block;
  margin-left: 10px;
}

.form-block .header-sub {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-block .header-sub .img {
  display: block;
  margin-left: 10px;
}

.form-block .header-fields {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 20px;
}


/**/
.separator {
  height: 1px;
  background-color: #E1E1E1;
  margin: 10px 0 24px;
}

/* input-text textarea */

.input-text,
.textarea {
  position: relative;
  margin-bottom: 20px;
}

.input-text .field-cnt,
.textarea .field-cnt,
.select-box .field-cnt {
  position: relative;
}

.input-text .hint,
.textarea .hint,
.select-box .hint {
  margin-bottom: 6px;
  padding: 0 5px;
  font-weight: 300;
  text-align: right;
}

.custom-select {
  position: relative;
  margin-bottom: 20px;
}

.input-text label,
.textarea label,
.custom-select label,
.select-box label {
  color: #8A8A8A;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  position: absolute;
  left: 14px;
  top: -6px;
  padding: 0 7px;
  background-color: #fff;
  display: block;
}
.input-text input:placeholder-shown + label,
.textarea textarea:placeholder-shown + label {
  display: none;
}

.select-box select ~ label {
  display: none;
}

.custom-select label {
  display: none;
}


input:required,
textarea:required,
select:required,
select:required {
  border-color: #00adef !important;
}

.textarea textarea {
  height: 98px;
}

/* radio */

.radio-box {
  margin-bottom: 20px;
}
.radio-box input {
  display: none;
}
.radio-box label {
  color: #8A8A8A;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background-color: #F1F1F1;
  padding: 19px 19px 19px 58px;
  margin: 0 0 0;
  border: 2px solid #F1F1F1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}
.radio-box label:before {
  content: "";
  width: 23px;
  height: 23px;
  border: 2px solid #F1F1F1;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.radio-box input[type=radio]:checked + label {
  color: #2A2A2A;
  border: 2px solid #00adef;
  background-color: #fff;
}
.radio-box input[type=radio]:checked + label:before {
  border: 2px solid #00adef;
}
.radio-box input[type=radio]:checked + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #00adef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/**/

.radio-gorup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.radio-gorup .radio-box {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

/* checkbox */

.input-checkbox {
  display: block;
  position: relative;
  margin: 0 0 14px 0;
}
.input-checkbox .wpcf7-acceptance {
  position: relative;
  display: block;
}
.input-checkbox label {
    margin: 0 0 0 0;
  padding: 0 0 0;
  position: relative;
}
.input-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input-checkbox {
  position: relative;
}
.input-checkbox .label::before {
    content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #E1E1E1;
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.input-checkbox .label::after {
  content: "";
    position: absolute;
  left: 6px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #00adef;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: none;
}
.input-checkbox input:checked ~ .label::before {
    border: 2px solid #00adef;
  border-color: #00adef;
}
.input-checkbox input:checked ~ .label::after {
    display: block;
}
.input-checkbox .label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0 0 0;
  padding: 0 0 0 32px;
    cursor: pointer;
  display: block;
}
.input-checkbox .label i {
  font-size: 14px;
  color: #00adef;
  font-style: normal;
}

/* select */
.select-box {
  position: relative;
  margin-bottom: 20px;
}

/* multiselect */

.multiselect {
  
}

.multiselect .selectBox {
  color: #8A8A8A;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  padding: 19px 19px;
  width: 100%;
  min-height: 60px;
}
.multiselect .checkbox-fields {
  padding: 10px 10px;
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 6px;
    border-radius: 6px;
}



/* field tip */

.field-not-valid-tip {
  color: #E45151;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 8px;
  display: block;
}



.field-not-valid {
  border-color: #E45151 !important;
}
.field-not-valid ~ label {
  color: #E45151;
}




/* upload */

.upload-box {
  display: flex;
  justify-content: space-between;
}
.upload-box .upload-btn {
  width: calc(50% - 5px);
  background-color: #F1F1F1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 25px 10px 20px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.upload-box .upload-btn .img {
  text-align: center;
  display: block;
}
.upload-box .upload-btn .img img {
  display: inline-block;
}
.upload-box .upload-btn .text {
  color: #8A8A8A;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 18px;
  display: block;
}

.upload-box .upload-btn .file-input {
    position: absolute;
    opacity: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    cursor: pointer;
}

.uploaded-box {
  margin-top: 20px;
}

.uploaded-box .loader {
  text-align: center;
  display: none;
}
.uploaded-box .loader img {
  display: inline-block;
}

.uploaded-box .file-item {
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
}
.uploaded-box .file-item img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  display: block;
  margin-right: 10px;
}
.uploaded-box .file-item .title {
  color: #8A8A8A;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-right: 10px;
  display: block;
  flex: 1;
}
.uploaded-box .file-item .remove-btn {
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45OTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMC45OTkgMTEiPg0KICA8cGF0aCBpZD0iWCIgZD0iTS0yOTA3LjAxMi0xMjQ4LjM0NmwtMy40ODgtMy40ODgtMy40ODgsMy40ODhhMS4xNzQsMS4xNzQsMCwwLDEtLjgzNC4zNDUsMS4xNzIsMS4xNzIsMCwwLDEtLjgzMy0uMzQ1LDEuMTc5LDEuMTc5LDAsMCwxLDAtMS42NjZsMy40ODgtMy40ODktMy40ODgtMy40ODhhMS4xOCwxLjE4LDAsMCwxLDAtMS42NjcsMS4xNzgsMS4xNzgsMCwwLDEsMS42NjcsMGwzLjQ4OCwzLjQ4OCwzLjQ4OC0zLjQ4OGExLjE3OSwxLjE3OSwwLDAsMSwxLjY2NywwLDEuMTgsMS4xOCwwLDAsMSwwLDEuNjY3bC0zLjQ4OCwzLjQ4OCwzLjQ4OCwzLjQ4OWExLjE3OSwxLjE3OSwwLDAsMSwwLDEuNjY2LDEuMTc1LDEuMTc1LDAsMCwxLS44MzQuMzQ1QTEuMTczLDEuMTczLDAsMCwxLTI5MDcuMDEyLTEyNDguMzQ2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjkxNiAxMjU5KSIgZmlsbD0iIzhhOGE4YSIvPg0KPC9zdmc+DQo=");
  background-size: contain;
  margin-left: auto;
  display: block;
  cursor: pointer;
}

/**/

.acceptance-box {
  margin-top: 15px;
}
.acceptance-box p {
  font-size: 14px;
  line-height: 24px;
}

.acceptance-box p a {
    color: #00adef;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: underline;
}

.acceptance-box .input-checkbox {
  /*display: flex;
  flex-wrap: wrap;*/
}
.acceptance-box .input-checkbox label {
  margin-right: 20px;
}
.acceptance-box .input-checkbox label:last-child {
  margin-right: 0;
}
.acceptance-box .input-checkbox .label {
  white-space: nowrap;
}


/**/

.info-text {
  color: #00adef;
  font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  text-decoration: underline;  
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
}
.info-text span {
  display: block;
}
.info-text .img {
  width: 32px;
  height: 32px;
  display: block;
  margin-left: 10px;
}




/* modal info */

.modal-info {
  
}
.modal-info p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0 0 18px;
}
.modal-info p.p-2 {
  font-size: 14px;
  line-height: 24px;
}

.modal-info strong {
  font-weight: 600;
}

.modal-info ul {
  list-style: none;
}
.modal-info ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative
}
.modal-info ul li:last-child {
  margin-bottom: 0;
}
.modal-info ul li:before {
  content: "";
  width: 4px;
  height: 7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjciICB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik0uNjY3IDBjLjE3OSAwIC4zNDkuMDc1LjQ3MS4yMDVMMy44IDNjLjI2MS4yNzguMjYxLjcxMiAwIC45OWwtMi42NjYgMi44Yy0uMTIyLjEzMS0uMjkzLjIwNS0uNDcxLjIwNXMtLjM1LS4wNzQtLjQ3Mi0uMjA1Yy0uMjYxLS4yNzgtLjI2MS0uNzEyIDAtLjk5bDIuMi0yLjMtMi4yLTIuMzA1Qy0uMDcuOTE3LS4wNy40ODMuMTkxLjIwNS4zMTQuMDczLjQ4Ny0uMDAxLjY2NyAweiIgZmlsbD0iIzJhMmEyYSIvPjwvc3ZnPg==");
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}


/*
Sending block
*/

.sending-block {
  margin-top: 20px;
}
.sending-block .wrap {

}
.sending-block .content-block {
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 20px 20px;
}

.sending-block .loader {
  text-align: center;
  margin-top: 10px;
}
.sending-block .loader img {
  display: inline-block;
}

.sending-block .header-main {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}

.sending-block .content-block p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
}


/*
Success block
*/

.success-block {
  margin-top: 20px;
}
.success-block .wrap {

}
.success-block .content-block {
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 20px 20px;
}

.success-block .loader {
  text-align: center;
  margin-top: 10px;
}
.success-block .loader img {
  display: inline-block;
}

.success-block .thanx .header-main {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.success-block .content-block p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
}

.success-block .follow {
  margin-top: 38px;
  padding-left: 0;
    padding-right: 0;
}
.success-block .follow  .content-block {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.success-block .follow .header-main {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
}

.success-block .btn-shop {
  margin-top: 10px;
}


/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.site-content-contain {

}

.site-content {

}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Pages
--------------------------------------------------------------*/

.page-header {
  
}

/* 404 page */

.error404 .page-content {
  
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-footer {
  
}



/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}


/* SVG Icons base styles */

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative; /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: inline-block;
}

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
  -ms-transform: rotate(0); /* IE 9 */
  transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important; /* overrides previous !important styles */
  width: auto;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/


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


}

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


}

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


}

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


}

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


}


